Import the Xend parts of xen-unstable changeset
authorEwan Mellor <ewan@xensource.com>
Wed, 1 Nov 2006 10:30:02 +0000 (10:30 +0000)
committerEwan Mellor <ewan@xensource.com>
Wed, 1 Nov 2006 10:30:02 +0000 (10:30 +0000)
commit8f988fdcc87ac12f8d71d694ee5b685bbbf3c7da
tree8369307c11fdde14dc11efd8dc5094ba186cbc26
parenta81b06e66aaa301bc447467aef41fc492a3b5006
Import the Xend parts of xen-unstable changeset
11840:02506a7443155611d6bbf03e49fbf193e96d24db.

[HVM] Implement password authentication of VNC connections.

The specification is as mentioned at
http://lists.xensource.com/archives/html/xen-devel/2006-09/msg00666.html
(However, password came to describe plain text)

The difference is follows.
- protocol_authtype() without the necessity was deleted.
- The check on the protocol version was added.
- And, some small modification.

Signed-off-by: Masami Watanabe <masami.watanabe@jp.fujitsu.com>
tools/examples/xend-config.sxp
tools/python/xen/xend/XendRoot.py
tools/python/xen/xend/image.py
tools/python/xen/xm/create.py